home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland Pascal with Objects 7.0 / RWDOC.ZIP / README.RW < prev   
Text File  |  1992-10-27  |  1KB  |  36 lines

  1.                             README.RW
  2.                             =========
  3.  
  4. 256-Color bitmaps and RLE4 compression
  5. --------------------------------------
  6.  
  7. Due to problems with many 256-color display drivers for Windows
  8. 3.x, saving a bitmap with the RLE4 compression feature of
  9. Resource Workshop enabled can fail to produce valid output files.
  10.  
  11. Under Windows, the display driver is responsible for providing
  12. RLE compression when it is requested. However, because many
  13. display drivers do not implement this feature correctly, we
  14. recommend that you take the following steps when attempting to
  15. use RLE4 compression:
  16.  
  17. 1. Save the bitmap with the compression option set to "None".
  18. This ensures that you will have a usable copy of your bitmap if
  19. the remaining steps are not successful.
  20.  
  21. 2. Set the compression option to "RLE4".
  22.  
  23. 3. Select Resource|Save Resource As and save the bitmap under a
  24. different file name.
  25.  
  26. 4. Select File|Open Project and load the compressed version of
  27. the bitmap.
  28.  
  29. If you cannot load the compressed bitmap, you must use the
  30. uncompressed bitmap file you saved in step 1.
  31.  
  32. If your 256-color driver fails to compress the bitmap correctly,
  33. contact the display driver vendor.
  34.  
  35.               ========= END OF README.RW =========
  36.